Sorting Algorithms – Bubble & Merge (Easy)

Scenario: You need to sort a list of names or numbers in a program. Sometimes the list is short and nearly sorted, sometimes it's long and mixed. You will learn how to use Bubble Sort and Merge Sort to do this efficiently.